New Search

If you are not happy with the results below please do another search

73 search results for: one page

1

Display Facebook Page Videos On Website Using PHP

Previously, we learned how to display Facebook page photo albums on your website. Today, our tutorial will explore integrating Facebook page videos onto a website using PHP. With this solution, website visitors can easily access the videos you’ve invested time in creating, editing, and managing on your Facebook page. Say goodbye to manually uploading videos […]

2

Display Facebook page posts feed on website using PHP

Previously, we learned how to display Facebook page videos on your website using PHP. Today, in this tutorial, we will show you how to display Facebook page posts on your website using PHP. Posts from your Facebook page are essential to keep your audience informed, engaged, and updated with your latest content. However, if you’re […]

4

Scroll to top of page in JavaScript

Today I’ll show you how to scroll to top of page in JavaScript. There are some friends who asked me how I did this “back to top” feature of our blog. Imagine you scroll down this page, you will see an “up arrow” image on the lower right corner. When you click it, it will […]

5

How Do You Start A Facebook Page?

Hi guys! Most of the top posts here in my blog is related to web development with Facebook. Many asks beforehand how to create a Facebook page where we will pull our data. So here’s a step by step tutorial on how to do such task. Photos are kinda small, you have to click each […]

6

Display Facebook page events on website using PHP

Welcome to the start of our Social Media API Tutorial Series! We will start with this tutorial about how to display Facebook page events on your website using PHP. In today’s digital age, social media plays a crucial role in connecting businesses with their customers. As a business owner, you understand the importance of keeping […]

7

How to display Facebook page photo albums on website using PHP?

Previously, we learned how to display Facebook page events on your website using PHP. This tutorial will cover the steps to display Facebook page photo albums on your website using PHP. We’ll show you how to easily integrate your Facebook page’s photo albums into your website so your audience can view them without having to […]

8

JavaScript POST request example

RELATED TUTORIAL: PHP, MySQL and AJAX CRUD Tutorial – Step by Step Guide! This post will show you JavaScript POST request examples. This is useful if you want to submit a form using HTML and JavaScript. A PHP file will receive the posted data and print the response. I think this is one of the […]